Skip to content

Minor improvements to CI stability + Tracy/OOB build fix#331

Merged
PeterTh merged 1 commit intomasterfrom
ci-stability
May 26, 2025
Merged

Minor improvements to CI stability + Tracy/OOB build fix#331
PeterTh merged 1 commit intomasterfrom
ci-stability

Conversation

@PeterTh
Copy link
Copy Markdown
Contributor

@PeterTh PeterTh commented Mar 27, 2025

Several recent CI debug runs failed spuriously due to the executor progress warning.

We already had code to ignore it, but it was apparently outdated (see changes).
Instead of applying the fixed version indiscriminately, it is now only applied in debug builds.

This also includes a build fix for the uncommon Tracy + OOB Check configuration as a drive-by.

Also includes a build fix for the uncommon Tracy + OOB Check
configuration
@github-actions
Copy link
Copy Markdown

Check-perf-impact results: (cad5fb03670f51e00b16688b9ca8eaf9)

❓ No new benchmark data submitted. ❓
Please re-run the microbenchmarks and include the results if your commit could potentially affect performance.

@PeterTh PeterTh requested a review from Copilot March 27, 2025 14:17
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves CI stability by refining the executor progress warning suppression to only debug builds and includes a build fix for the rare Tracy + OOB-check configuration.

  • Limit warning suppression to debug builds
  • Fix build issue with Tracy and OOB-check configuration
Files not reviewed (2)
  • src/live_executor.cc: Language not supported
  • test/test_utils.cc: Language not supported

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 14108846533

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 95.113%

Totals Coverage Status
Change from base Build 14104667867: 0.009%
Covered Lines: 7092
Relevant Lines: 7197

💛 - Coveralls

Copy link
Copy Markdown
Contributor

@fknorr fknorr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but there's something (non-deterministic?) going wrong with DPC++?

@PeterTh
Copy link
Copy Markdown
Contributor Author

PeterTh commented Apr 1, 2025

LGTM, but there's something (non-deterministic?) going wrong with DPC++?

Yeah I saw and looked into it a bit. Clearly non-deterministic (re-running fixes it), but no further idea as of now,. It is curious that it repeatedly only happened in the dpcpp/latest/debug config.

Copy link
Copy Markdown
Contributor

@GagaLP GagaLP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@PeterTh PeterTh merged commit 3c5fff2 into master May 26, 2025
30 of 31 checks passed
@PeterTh PeterTh deleted the ci-stability branch May 26, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants